home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ca29_3.zip / HOSTART.CMD < prev    next >
OS/2 REXX Batch file  |  1991-06-13  |  471b  |  12 lines

  1. ; ----- COM-AND Scripted host restart -------------------------------
  2. ;
  3. ;    Beyond the SETUP script, this version adds a drop-to-DOS function.
  4. ;    When this script is entered via FCALL, and the batch file HOSTTEMP
  5. ;    exists on the current subdir, a restart is indicated.
  6. ;
  7. ;    This small script serves simply to FCALL HOST.
  8. ;    --------------------------------------------------------------
  9. ;
  10.     FCALL "HOST"            ; Invoke HOST proper
  11.     EXIT            ; Stop if it returns
  12.